home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 69 / PCG CD Gamer 69 1999-05.iso / Games / Machines / data1.cab / Program_Executable_Files / models / planet / ice / ice.env < prev    next >
Encoding:
Text File  |  1999-01-14  |  2.1 KB  |  112 lines

  1. //------------------------------Sun-------------------------
  2. colour table:    "sun colours"
  3. {
  4.     6.5    (0.85, 0.95, 0.95)
  5. }
  6.  
  7. colour table:    "sun directional"
  8. {
  9. //     7    (0.15, 0.15, 0.15)
  10.      7    (0.85, 0.95, 0.95)
  11. }
  12.  
  13. colour table:    "sun ambient"
  14. {
  15.      7    (0.10, 0.15, 0.15)
  16. }
  17.  
  18. orbit:        "sun orbit"
  19. {
  20.     min elevation:     65.5
  21.     max elevation:     70.5
  22.     radius:        80000
  23.     set heading:    0
  24.     start time:    900            // just before sunrise
  25.     period:        1800
  26. }
  27.  
  28. satellite: "sun"
  29. {
  30.     mesh colour table:    "sun colours"
  31.     dir colour table:    "sun directional"
  32.     ambient colour table:    "sun ambient"
  33.     orbit:            "sun orbit"
  34.     mesh file:        "models/planet/ice/sky/sun.x"
  35. }
  36.  
  37. //------------------------------Moon-------------------------
  38. colour table:    "moon colours"
  39. {
  40.     // Note the use of alpha values -- it fades in!
  41.      8    (0.9, 0.7, 0.4, 1.0)
  42. }
  43.  
  44. colour table:    "moon ambient"
  45. {
  46.     13.5    (0.10, 0.10, 0.10)
  47. }
  48.  
  49. orbit:        "moon orbit"
  50. {
  51.     min elevation:    30
  52.     max elevation:    35
  53.     radius:        80000
  54.         set heading:    180
  55.     start time:    900
  56.     period:        1800
  57. }
  58.  
  59. satellite: "zmoon"
  60. {
  61.     mesh colour table:    "moon colours"
  62.     ambient colour table:    "moon ambient"
  63.     orbit:            "moon orbit"
  64.     mesh file:        "models/planet/ice/sky/moon.x"
  65. }
  66.  
  67. //---------------------------------Fog----------------------------------
  68. colour table:    "fog colours"
  69. {
  70.      6    (0.62, 0.65, 0.65, 0.65)        // biege        @ 150m
  71. }
  72.  
  73. fog:
  74. {
  75.     max visibility:        600
  76.     colour table:        "fog colours"
  77.     controller:        "sun"
  78.         zenith multiplier:      0.9
  79. }
  80.  
  81. //---------------------------------Skys---------------------------------
  82. colour table:    "sky colours"
  83. {
  84.          7      (0.90, 0.90, 0.90)              // blue
  85. }
  86.  
  87. colour table:    "sky colours 00"
  88. {
  89.          7      (0.90, 0.90, 0.90)              // blue
  90. }
  91.  
  92. colour table:    "sky colours 10"
  93. {
  94.          6      (0.90, 0.90, 0.90)              // blue
  95. }
  96.  
  97. colour table:    "sky colours 20"
  98. {
  99.          6      (0.50, 0.50, 0.50)              // blue
  100. }
  101.  
  102. dynamic sky:
  103. {
  104.     mesh file:        "models/planet/ice/sky/sky04.x"
  105.     controller:        "sun"
  106.     colour table @  0:    "sky colours 00"
  107.     colour table @ 01:    "sky colours 10"
  108.     colour table @ 03:    "sky colours 20"
  109. }
  110.  
  111.  
  112.